:root {
	--main-color: #0b519a;
	--sub-color: #bbdef0;
}
.member {
	color: transparent !important;
}
.member:hover {
	color: inherit !important;
}
ul, li, dl, dt, dd, h1, h2, h3, p, em {
	font-style: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	transition: all .1s linear;
	color: #444444;
}
a:hover {
	color: var(--main-color);
}
img {
	max-width: 100%;
}
.pic{text-align:center;text-indent:0 !important;}
.pic img{max-width:100%;height:auto;}
.am-container {
	max-width: 1436px;
}
.am-alert-danger {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
}
@font-face {
	font-family: "kn";
	src: url("../../font/kn.otf");
	font-weight: bold;
	font-style: normal;
}
.loadingbox {
	position: fixed;
	z-index: 1999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--main-color);
}
.loadingbox .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -26px;
}
.loadingbox .desc span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 9px;
	height: 5px;
	background: #9b59b6;
	-webkit-animation: loading 1.5s infinite ease-in-out;
	-moz-animation: loading 1.5s infinite ease-in-out;
	-ms-animation: loading 1.5s infinite ease-in-out;
	-o-animation: loading 1.5s infinite ease-in-out;
	animation: loading 1.5s infinite ease-in-out;
}
.loadingbox .desc span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.loadingbox .desc span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.loadingbox .desc span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.loadingbox .desc span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
@-webkit-keyframes loading {
	0% {
		height: 5px;
		background: #9b59b6;
		-webkit-transform: translateY(0);
	}
	25% {
		height: 30px;
		background: #3498db;
		-webkit-transform: translateY(15px);
	}
	50% {
		height: 5px;
		background: #9b59b6;
		-webkit-transform: translateY(0);
	}
	100% {
		height: 5px;
		background: #9b59b6;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes loading {
	0% {
		height: 5px;
		background: #9b59b6;
		-moz-transform: translateY(0);
	}
	25% {
		height: 30px;
		background: #3498db;
		-moz-transform: translateY(15px);
	}
	50% {
		height: 5px;
		background: #9b59b6;
		-moz-transform: translateY(0);
	}
	100% {
		height: 5px;
		background: #9b59b6;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes loading {
	0% {
		height: 5px;
		background: #9b59b6;
		-ms-transform: translateY(0);
	}
	25% {
		height: 30px;
		background: #3498db;
		-ms-transform: translateY(15px);
	}
	50% {
		height: 5px;
		background: #9b59b6;
		-ms-transform: translateY(0);
	}
	100% {
		height: 5px;
		background: #9b59b6;
		-ms-transform: translateY(0);
	}
}
@keyframes loading {
	0% {
		height: 5px;
		background: #9b59b6;
		transform: translateY(0);
	}
	25% {
		height: 30px;
		background: #3498db;
		transform: translateY(15px);
	}
	50% {
		height: 5px;
		background: #9b59b6;
		transform: translateY(0);
	}
	100% {
		height: 5px;
		background: #9b59b6;
		transform: translateY(0);
	}
}
.ovhide {
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 990;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding-left: 5%;
}
header.fix {
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
header .logo {
	line-height: 90px;
	float: left;
}
header .logo .logo1 {
	display: inline-block;
}
header .logo .logo2 {
	display: none;
}
header.fix .logo .logo1 {
	display: none;
}
header.fix .logo .logo2 {
	display: inline-block;
}
header .head-r {
	float: right;
	width: 80%;
}
header .nav-box {
	float: left;
	width: 80%;
}
header .nav-box .ulnav {
	display: flex;
}
header .nav-box > ul > li {
	float: left;
	flex: 1;
	text-align: center;
	line-height: 90px;
	position: relative;
	font-size: 16px;
}
header .nav-box > ul > li > a {
	display: block;
	position: relative;
	color: #ffffff;
}
header .nav-box > ul > li.on > a, header .nav-box > ul > li:hover > a {
	font-weight: bold;
}
/*header .nav-box > ul > li.on > a:after {content: "";display: block;width: 32px;height: 2px;background: #f39700;position: absolute;bottom: 26%;left: 50%;margin-left: -16px;}*/
header .nav-box > ul > li .subnav {
	line-height: 40px;
	position: absolute;
	left: -10%;
	top: 110%;
	background: #ffffff;
	width: 120%;
	font-size: 14px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear;
	z-index: 1240;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
header .nav-box > ul > li .subnav.nv6{width:200%;left:-50%;}
header .nav-box > ul > li .subnav p {
	border-bottom: 1px solid #eeeeee;
}
header .nav-box > ul > li .subnav p:first-child {
	border-top: 1px solid #eeeeee;
}
header .nav-box > ul > li .subnav p a {
	display: block;
}
header .nav-box > ul > li:hover .subnav {
	visibility: inherit;
	opacity: 1;
	top: 90px;
}
header.fix .nav-box > ul > li > a {
	color: #333333;
}
header.fix .nav-box > ul > li.on > a,
header.fix .nav-box > ul > li:hover > a {
	color: var(--main-color);
	font-weight: normal;
}
header .menubar {
	width: 90px;
	height: 90px;
	cursor: pointer;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, .2);
	position: relative;
	padding: 36px 0 0 30px;
	z-index: 1800;
}
header.fix .menubar {
	border-left: 1px solid rgba(0, 0, 0, .1)
}
header .menubar i {
	width: 30px;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 8px 0;
	transition: all .3s linear;
}
header .menubar:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #ffffff;
	transition: all .3s linear;
}
header .menubar:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #ffffff;
	transition: all .3s linear;
}
header.fix .menubar.on {
	border: none;
}
header.fix .menubar i {
	background: #333333;
}
header.fix .menubar:before {
	background: #333333;
}
header.fix .menubar:after {
	background: #333333;
}
header .menubar.on i {
	display: none;
}
header .menubar.on:before {
	position: absolute;
	transform: rotate(45deg);
	top: 40px;
	background: #333333;
}
header .menubar.on:after {
	position: absolute;
	transform: rotate(-45deg);
	top: 40px;
	background: #333333;
}
header .sbx {
	float: right;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	line-height: 90px;
	padding-right: 20px;
}
header .sbx .i1 {
	display: inline-block;
}
header .sbx .i2 {
	display: none;
}
header.fix .sbx .i1 {
	display: none;
}
header.fix .sbx .i2 {
	display: inline-block;
}
header .sbx a {
	cursor: pointer;
	display: inline-block;
	margin: 0 15px;
	color: #ffffff;
	font-size: 14px;
}
header .sbx a.serbtn {
	position: relative;
	top: 2px;
}
header .sbx a.serbtn img {
	margin-left: 5px;
}
header.fix .sbx {
	color: rgba(0, 0, 0, .51)
}
header.fix .sbx a {
	color: #333333
}
.showmenu .shmen-l {
	width: 25%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	left: -25%;
	overflow: hidden;
	background: #ffffff;
	transition: all .5s linear;
	z-index: 1700;
}
.showmenu.on .shmen-l {
	left: 0;
}
.showmenu .shmen-l .img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../../i/navl.jpg) center no-repeat;
	background-size: cover;
	transition: all 2s;
	-webkit-transition: all 2s;
	transition-delay: 0.5s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.showmenu.on .shmen-l .img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.showmenu .shmen-r {
	width: 0;
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	background: #ffffff;
	transition: all .5s linear;
	opacity: 0;
	z-index: 1700;
	overflow: auto;
}
.showmenu.on .shmen-r {
	width: 75%;
	opacity: 1;
}
.showmenu .shmen-r .nav1 {
	width: auto;
	margin: 12% 0 10% 12%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.showmenu .shmen-r .nav1.on {
	margin: 10% 0 10% 12%;
	opacity: 1;
}
.showmenu .shmen-r .nav1 a {
	display: inline-block;
	margin-right: 44px;
	padding-left: 67px;
	line-height: 22px;
	font-size: 14px;
	color: #282828;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.showmenu .shmen-r .nav1 a:before {
	display: block;
	width: 52px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 48%;
	background-color: #282828;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.showmenu .shmen-r .nav1 a:hover {
	padding-left: 60px;
	margin-right: 51px;
}
.showmenu .shmen-r .nav1 a:hover:before {
	width: 45px;
}
.showmenu .shmen-r .nav2 {
	width: auto;
	padding-left: 12%;
	position: relative;
	margin: 0% 0 10% 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	top: 2%
}
.showmenu .shmen-r .nav2.on {
	opacity: 1;
	top: 0
}
.showmenu .shmen-r .nav2 i {
	display: block;
	width: 0;
	height: 1px;
	background-color: #282828;
	position: absolute;
	left: 0;
	top: 50px;
}
.showmenu .shmen-r .nav2 li {
	width: auto;
	float: left;
	margin-right: 3%;
}
.showmenu .shmen-r .nav2 li .h2 {
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #282828;
	margin-bottom: 40px;
	padding-left: 0
}
.showmenu .shmen-r .nav2 li .h2 span {
	font-size: 18px;
	font-family: "Century Gothic"
}
.showmenu .shmen-r .nav2 li a {
	display: block;
	font-size: 14px;
	line-height: 29px;
	color: #666666;
	padding-left: 28px;
}
.showmenu .shmen-r .nav2 li a em {
	display: inline-block;
	width: 0px;
	height: 1px;
	background-color: #666666;
	margin-right: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.showmenu .shmen-r .nav2 li a:hover em {
	width: 12px;
}
.warpbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .88);
	left: 0;
	top: 0;
	z-index: 1990;
	display: none;
}
.warpbg:after {content:'';display:block;
	width:15px;height:15px;background:url('../../i/close.png') center no-repeat;background-size:cover;
	filter:grayscale(100%)brightness(1000%);
	position: fixed;
	right: 15px;
	top: 15px;
	/*color: rgba(255, 255, 255, .81);
	content: "\f00d";
	font-size: 1.8rem;*/
	cursor: pointer;
}
.searchb {
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1992;
	margin-top: -24px;
	display: none;
}
.searchb .seac {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}
.searchb .seac input {
	width: 100%;
	background: none;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 40px;
	padding: 1.4rem;
	color: #ffffff;
}
.searchb .seac input:focus {
	box-shadow: none;
	outline: none;
}
.searchb .seac .serbtn {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 1.4rem;
	border: none;
	background: none;
	color: rgba(255, 255, 255, .81);
	max-width:45px;
	z-index:10;
}
.searchb .seac .serbtn:focus {
	outline: none;
}
.searchb .input_but{
	background:url('../../i/sous.png') center no-repeat !important;
	background-size:20px auto !important;
	filter:grayscale(100%)brightness(1000%);
}


/*********************************/
header.news-content-head {
	background: #ffffff;
}
header.news-content-head .logo .logo1 {
	display: none;
}
header.news-content-head .logo .logo2 {
	display: inline-block;
}
header.news-content-head .nav-box > ul > li > a {
	color: #333333;
}
header.news-content-head .sbx .i1 {
	display: none;
}
header.news-content-head .sbx .i2 {
	display: inline-block;
}
header.news-content-head .sbx, header.news-content-head .sbx a {
	color: rgba(0, 0, 0, .51);
}
header.news-content-head .menubar {
	background: var(--main-color)
}
header.fix.news-content-head .menubar:before, header.fix.news-content-head .menubar:after, header.fix.news-content-head i {
	background: #ffffff;
}
header.news-content-head .menubar.on:after, header.news-content-head .menubar.on:before {
	background: #ffffff;
}
/*********************************/
footer {
	background: #222222;
	padding-top: 80px;
}

footer .foot{position:relative;}
footer .foot-tit {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
}
footer .foot-nav {
	width: 50%;
	float: left;
}
footer .foot-contact {
	width: 26%;
	float: left;
}
footer .foot-contact p {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	line-height: 2;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
footer .foot-contact p img {
	position: absolute;
	left: 0;
	top: 4px;
}
footer .foot-nav ul li p {
	line-height: 2.4;
	font-size: 14px;
}
footer .foot-nav ul li p a {
	color: rgba(255, 255, 255, .6)
}
footer .foot-nav ul li p a:hover {
	color: #ffffff;
}
footer .foot-copry {
	border-top: 1px solid #333333;
	padding: 15px 0;
	margin-top: 70px;
}
footer .foot-copry p {
	font-size: 14px;
	color: #666666;
}
footer .foot-copry p a {
	color: #666666;
}
footer .foot-copry .am-container {
	position: relative;
}
footer .foot-ewm {/*float:right;*/
	position: absolute;
	right: 1.5rem;
	/*bottom: -15px;*/top:-35px;
	background: var(--main-color);
	padding: 20px 40px;
}
footer .foot-ewm .ewm {
	display: block;
	width: 110px;
	margin: 0 auto;
}
footer .foot-ewm span {
	display: block;
	color: rgba(255, 255, 255, .61);
	text-align: center;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 10px;
}
footer .foot-ewm .share {
	text-align: center;
	margin-top: 15px;
}
footer .foot-ewm .share a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #448bcb;
	border-radius: 50%;
	margin: 0 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 0;
}
footer .foot-ewm .share a i {
	pointer-events: none;
}
/*****************************/
.img100 {
	width: 100%;
}
.am-pd {
	padding: 90px 0;
	overflow: hidden;
}
.am-pb {
	padding-bottom: 90px;
	overflow: hidden;
}
.ratio {
	position: relative;
	overflow: hidden;
	display: block;
}
.ratio:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: var(--ratio, 100%);
}
.ratio > * {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.obj-cover {
	object-fit: cover !important;
}
.obj-contain {
	object-fit: contain !important;
}
/*****************************/
.case-list {
	margin-top: 40px;
}
.case-list ul {
	margin: 0 -13px;
}
.case-list ul li {
	padding: 13px;
}
.case-list ul li a {
	display: block;
	background: #ffffff;
}
.case-list ul li a i {
	display: block;
	overflow: hidden;
	position: relative;
}
.case-list ul li a i:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: var(--ratio, 100%);
}
.case-list ul li a i img {
	width: 100%;
	transition: all .3s linear;
}
.case-list ul li a i > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-list ul li a:hover i img {
	transform: scale(1.05);
}
.case-list ul li a .txt {
	padding: 30px;
}
.case-list ul li a .txt .tit {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 56px;
	overflow: hidden;
}
.case-list ul li a .txt .more {
	margin-top: 15px;
	text-transform: uppercase;
	color: #444444;
	font-size: 14px;
}
.case-list ul li a .txt .more em {
	transition: all .3s linear;
}
.case-list ul li a:hover .txt .more em {
	margin-left: 10px;
}
@media screen and (max-width: 1570px) {
	header .nav-box {
		width: 74%;
	}
}
@media screen and (max-width: 1300px) {
	.am-pd {
		padding: 80px 0;
	}
	.am-pb {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1024px) {
	header .logo {
		max-width: 50%;
		line-height: 50px;
	}
	header .logo img {
		height: 30px;
	}
	header .head-r {
		width: 50%;
	}
	header .nav-box {
		display: none;
	}
	header .menubar {
		width: 50px;
		height: 50px;
		padding: 17px 0 0 14px;
	}
	header .sbx {
		line-height: 50px;
		/*padding-right: 10px;*/padding-right:0;
	}
	header .sbx a {
		margin: 0 10px;
	}
	header .menubar i {
		margin: 5px 0;
	}
	header .menubar i, header .menubar:before, header .menubar:after {
		width: 24px;
	}
	header .menubar.on:before {
		top: 20px;
	}
	header .menubar.on:after {
		top: 20px;
	}
	.am-pd {
		padding: 20px 0;
	}
	.am-pb {
		padding-bottom: 20px;
	}
	.showmenu .shmen-r .nav2 li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.showmenu .shmen-r .nav2 i {
		display: none !important;
	}
	.showmenu .shmen-r .nav2 li .h2 {
		margin-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 10px;
	}
	footer {
		padding-top: 50px;
	}
	footer .foot-main{display:flex;justify-content:space-between;align-items:flex-end;}
	footer .foot-nav {
		display: none;
	}
	footer .foot-contact {
		/*width: 66%;*/width:100%;float:none;
	}
	footer .foot-tit {
		font-size: 16px;
	}
	footer .foot-contact p {
		font-size: 12px;
	}
	footer .foot-ewm {position:relative;top:0;right:0;display:flex;background:none;
		padding: 10px;
		/*bottom: 54px;*/
	}
	footer .foot-ewm .ewm {
		width:110px;padding:10px 10px 0;margin:0;margin-right:10px;background: var(--main-color);
	}
	footer .foot-ewm span {
		font-size: 12px;
	}
	footer .foot-ewm .share {
		margin-top: 6px;
	}
	footer .foot-ewm .share a {
		font-size: 12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	footer .foot-copry{margin-top:35px;}
	footer .foot-copry p {
		font-size: 12px;
		text-align: center;
	}
	.case-list {
		margin-top: 15px;
	}
	.case-list ul {
		margin: 0 -5px;
	}
	.case-list ul li {
		padding: 5px;
	}
	.case-list ul li a .txt {
		padding: 10px;
	}
	.case-list ul li a .txt .tit {
		font-size: 14px;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.case-list ul li a .txt .more {
		font-size: 12px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 640px) {
	.wrapper{padding-top:50px;}
	footer .foot-main{flex-wrap:wrap;}
}

.ol-popup{min-width:300px !important;}
.lc{display:none !important;}